﻿.articleRelated {
    margin: 10px 5px;
} 

.articleRelated a {
    display:block;
    margin-top:5px;
} 

.articleCategories  {
    border-bottom:1px dotted #D8D8D8;
    margin-bottom:2px;
    padding-bottom:2px;
} 

.related h2
{
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
    padding-left: 5px;
}

.postRating h2
{
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
    padding-left: 5px;
}

.articleComments { 
    text-align: left;
} 

.articleComments h2 {
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
    padding-left: 5px;
}

.articleComment { 
	margin : 5px 0 0px 0;
	padding : 5px;
	min-height : 100px;
	height:auto !important;
	height:100px;
} 

.articleCommentGravatar { 
	margin : 2px 10px 4px 4px;
	float : left;
}

.articleCommentContent {
    text-align: left;
    padding:0px 5px 10px 5px;
}

.articleCommentAuthor { 
} 

.articleCommentDate { 
    border-bottom:1px dotted #D8D8D8;
    margin-bottom:2px;
    padding-bottom:2px;
} 

.postComment 
{
    text-align: left;
}

.postComment p, .postComment div
{
    padding:2px 10px;
    margin: 0px;
}

.postComment h2
{
    margin-bottom: 0px;
    background-color:#F0F0F0;
    border:1px dashed #C8C8C8;
    padding-left: 5px;
}

.postComment input
{
    width: 150px;
}

.postComment #notify input
{
    width: 20px;
}

.postComment textarea
{
    width: 450px;
    height: 150px;
}


/* DOTWARE */
.Articulo { display: inline-block;}

.Articulo h1 { font-family: Philosopher; margin-top: 2em; }
.Articulo h2 { font-family: Philosopher;margin-top:1em;}
.Articulo h4 {margin-top: 1em;}

.Imagen img { width: 15%; float: left; margin:5px;}
.Imagen :after { clear: both; }

.ImagenArticulo img { width: 25%; float: left; margin: 5px; }
.ImagenArticulo :after { clear: both; }

.IconoCompartir { border: 0; position: relative; top: 3px; }

/* Cine Psi*/
ul.CinePSI {
    margin: 1px 0 10px;
    padding: 0;
    width: 99%;
}
ul.CinePSI li
{
    display: inline;
    float: left;
    height: 150px;
    width: 48%;
    list-style: none outside none;
    padding: 0 2px 10px 8px;  
    text-align: center;
    margin: 5px 0;
}
ul.CinePSI p { margin:0;}
ul.CinePSI img.Cartel { float: left; height: 150px; width: 100px;}
ul.CinePSI li h2 { font-size: 18px; line-height: 20px; margin: 0; padding: 10px;}
ul.CinePSI li h2 a { color: #ffffff; }
ul.CinePSI .Ficha { color:#ffff99; height: 150px; margin-left: 100px; background-color: #800080;padding: 5px;}

/* FIN Cine Psi*/

/* Reseñas libros */
ul.ResenasLibros {    margin: 1px 0 10px;
    padding: 0;
    width: 99%;}
ul.ResenasLibros li
{
    display: inline;
    float: left;
    height: 150px;
    width: 48%;
    list-style: none outside none;
    padding: 0 2px 10px 8px;
    
    text-align: center;
}

ul.ResenasLibros img.Cartel { float: left; height: 150px; width: 100px;}
ul.ResenasLibros li h1 a { color: #ffffff; font-size: 18px; }
ul.ResenasLibros .Ficha
{
    color: #ffff99;
    height: 150px;
    margin-left: 100px;
    margin-top: -13px;
    background-color: #800080;
}